home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / DiskUtil / Misc / DiskSpare / Support / QuietTD.DOC < prev    next >
Text File  |  1994-11-13  |  2KB  |  54 lines

  1.                   QuietTD
  2.  
  3.             written 1994 by Klaus Deppisch
  4.             
  5.  
  6.  Function:    QuietTD patches the BeginIO vector of the trackdisk.device
  7.         to get a faster access of diskspare disks. May also be
  8.         useful when using CrossDOS. If a read request for track 0
  9.         is recognized, it reads a part of the track (via RawRead)
  10.         and checks if there are any td headers on it. If not, an
  11.         error (TDERR_NoSecHdr) is returned. 
  12.          
  13.  WARNING:    The BeginIO vector is often patched by viruses, so there
  14.          may be problems with some AntiVirus programs.
  15.          a) If a virus is in the system before calling QuietTD the
  16.             antivirus program may not find it.
  17.          b) The antivirus program resets the vector, so QuietTD
  18.             doesn't work any longer (logically)
  19.             
  20.          -> If you have trouble with viruses sometimes, you should
  21.             think about very well installing QuietTD.
  22.         
  23.  Details:    have a look at the source
  24.                 
  25.  call it:    QuietTD Shell ONLY (doesn't do any console output)
  26.  
  27.  Requirements:    Kickstart 2.0 or higher
  28.  
  29.           
  30.  IMPORTANT:
  31.     This program is FreeWare. You are allowed to distribute 
  32.     it, as long as you don't make ANY profit with it 
  33.         (except, a reasonable copying charge), and you leave the
  34.         doc.file(s) with it.
  35.     You MUSTN'T modify the program itself or this doc.file. 
  36.     Only exception is a translation of this file.
  37.  
  38.  MOST IMPORTANT:
  39.     You are using this software on your OWN RISK!
  40.     
  41.     Under NO CIRCUMSTANCES the author will be liable for any
  42.     direct or indirect damage or data loss resulting from 
  43.     the use or missuse of this software.
  44.     
  45.         All rights are reserved by the author.
  46.     Suggestions and (detailed) bug-reports are welcome.
  47.  
  48.  Author:
  49.     Klaus Deppisch
  50.     Beckenwengert 3
  51.     97246 Eibelstadt
  52.     Germany
  53.                      
  54.